home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
Fight
/
starwars.swf
/
scripts
/
frame_145
/
PlaceObject2_109_228
/
CLIPACTIONRECORD onClipEvent(load).as
Wrap
Text File
|
2006-09-05
|
322b
|
18 lines
onClipEvent(load){
function energySub(subNum)
{
if(0 >= count)
{
this.LifeG._width = 0;
_root.gotoAndPlay("loseplay");
}
else
{
count -= subNum;
this.LifeG._width = count;
}
}
count = 200;
this.LifeG._width = count;
}